home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Sep / di9809jp / BlastServer / About.dfm / About.txt next >
Text File  |  1998-03-03  |  2KB  |  81 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 328
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'About BlastCast 1.0'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PrintScale = poPrintToFit
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 8
  29.       Width = 65
  30.       Height = 57
  31.       Picture.Data = {<image000.bmp>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 88
  37.       Top = 16
  38.       Width = 81
  39.       Height = 13
  40.       Caption = 'BlastCast Server '
  41.       IsControl = True
  42.     end
  43.     object Version: TLabel
  44.       Left = 88
  45.       Top = 40
  46.       Width = 53
  47.       Height = 13
  48.       Caption = 'Version 1.0'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 8
  53.       Top = 80
  54.       Width = 186
  55.       Height = 13
  56.       Caption = 'Copyright John Penman, February 1998'
  57.       IsControl = True
  58.     end
  59.     object Comments: TLabel
  60.       Left = 8
  61.       Top = 104
  62.       Width = 147
  63.       Height = 13
  64.       Caption = 'Developed for Delphi Informant'
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.   end
  69.   object OKButton: TButton
  70.     Left = 111
  71.     Top = 180
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.     OnClick = OKButtonClick
  79.   end
  80. end
  81.